*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: antonio;
    line-height: 1.5;
  }
  
  body{
  background-color: rgb(21, 21, 21);
  }
  
  @font-face{
  src: url(../font/Antonio-Regular.ttf);
  font-family:antonio;
  }
  
  .container-fluid{
  background-color: black;
  }
  
  .container-fluid .navigation{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  }
  
  .container-fluid .navigation .logo{
  display: contents;
  }
  
  .container-fluid .navigation .logo img{
  width: 25%;
  }
  
  .container-fluid .navigation .menu .search i{
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  }
  
  .container-fluid .navigation .menu a{
  color: #fff;
  }
  
  .container-fluid .navigation .menu a i{
  font-size: 20px;
  }
  
  .container-fluid .navigation .bar{
  float: left;
  color: #fff;
  display: none;
  }
  
  .container-fluid .navigation .bar i{
  font-size: 28px;
  }
  
  hr{
  border-bottom: 0px solid white;
  }
  
  .container-fluid .navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  }
  
  .container-fluid .navbar .nav{
  list-style: none;
  margin: 0 20px;
  }
  
  .container-fluid .navbar .nav a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  }
  
  .container-fluid .navbar .bar{
  position: relative;
  }
  
  .container-fluid .navbar .bar a::after{
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  border-radius: 50px;
  transition: 0.5s all;
  }
  
  .container-fluid .navbar .bar a:hover::after{
  width: 100%;
  }
  
  .phone-slider{
  width:100%;
  height:88vh;
  display:none;
  position:absolute;
  bottom: 0;
  background-color:rgb(0, 0, 0);
  z-index:9999;
  }
  
  .phone-slider .main{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background-color:#000000;
  color: #fff;
  }
  
  .phone-slider .main span{
  padding:20px;
  font-size: 30px;
  font-weight:900;
  }
  
  .phone-slider hr{
  width: 100%;
  }
  
  
  .phone-slider .home ul{
  list-style:none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  
  .phone-slider .home ul li a{
  text-decoration:none;
  color:rgb(255, 255, 255);
  }
  
  .phone-slider .home ul li{
  padding:14px 0 14px 5px;
  margin:5px 0 5px 5px;
  }
  
  .search-box{
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  background-color: black;
  display: none;
  padding: 20px 0;
  z-index: 999;
  
  }
  
  .search-box .row{
  width: 70%;
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  }
  
  .search-box input[type=text] {
  border: none;
  padding: 0 10px;
  background-color: transparent;
  width: 90%;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  }
  
  .search-box input[type=text]:focus{
  outline: none;
  }
  
  .search-box i{
  font-size: 22px;
  padding: 0 10px;
  }
  
  .search-box button i{
  cursor: pointer;
  }
  
  .search-box button{
  background-color: transparent;
  border: none;
  color: #b0b0b0;
  cursor: pointer;
  }
  
  .base-head{
  background-color: transparent;
  height: 100vh;
  display: none;
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  }
  
  .result-box{
  width: 70%;
  margin: auto;
  }
  
  .result-box ul li{
  list-style: none;
  margin-top: 15px;
  border-radius: 3px;
  }
  
  .result-box ul li a{
  text-decoration: none;
  color: #e1e1e1;
  padding: 10px;
  }
  
  .result-box ul li:hover{
  background-color: #272727;
  }

  .slider{
    width: 100%;
    max-height: 600px;
    overflow: hidden;
  }

  .slider video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }

    .container .main-container{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
  
    .container .product-img{
      width: 60%;
      overflow: hidden;
      padding: 0 5%;
      margin-bottom: 20px;
    }
  
    .container .product-img img{
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      object-fit: cover;
    }
  
    .container .product-content{
      color: #fff;
      width: 40%;
      padding: 0 40px;
      display: flex;
      flex-direction: column;
    }
  
    .container .product-content .list{
      font-size: 18px;
    }
  
    .container .product-content .product-name{
      font-size: 45px;
    }
  
    .container .product-content .product-price{
      font-size: 35px;
    }
  
    .container .product-content .product-context{
      line-height: 1.6;
      font-size: 18px;
      color: rgb(179, 179, 179);
    }
  
    .container .product-content .flavor{
      font-size: 18px;
    }
  
    .container .product-content .flavor span{
      color: #cf0a2c;
    }
  
    .container .recommended{
      width: 80%;
      color: #fff;
      font-size: 17px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: auto;
      margin-bottom: 20px;
      
    }
  
    .container .recommended .supplement-facts{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      border: 2px solid #cf0a2c;
      padding: 15px;
    }
    
    .container .recommended .supplement-facts ul{
        padding: 0 20px;
    }

    .container4{
      margin-bottom: 40px;
    }
  
    .container4 h2{
      font-size: 40px;
      text-align: center;
      padding: 20px;
      color: #cf0a2c;
    }
  
    .container4 h2 span{
      color: white;
    }
  
    .container4 .product-catagory{
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 40px;
    }
    .container4 .build{
      width: 22%;
      overflow: hidden;
      margin: 10px 30px;
      transition: 0.8s all;
    }
  
    .container4 .build a{
      color: #fff;
      text-decoration: none;
    }
  
    .container4 .build img{
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      object-fit: contain;
      transition: 0.8s all;
    }
  
    .container4 .build:hover img{
      scale: 1.1;
    }
  
    .container4 .build .overlay{
      color: #fff;
      display: flex;
      flex-direction: column;
      margin-left: 40px;
      margin-top: 15px;
      letter-spacing: 0.4px;
    }
  
    .container4 .build .overlay span a{
      color: #fff;
      text-decoration: none;
    }
  
    .container6{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: black;
      color: #fff;
      padding-top: 20px;
      padding-bottom: 5px;
    }
  
    .container6 .stay{
      font-size: 40px;
      margin: 10px 0;
    }
  
    .container6 .date{
      font-size: 24px;
      width: 50%;
      text-align: center;
      margin: 20px 0;
    }
  
    .container6 .mail{
      width: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .container6 .mail input{
      width: 100%;
      padding: 20px;
      font-size: 18px;
      text-transform: uppercase;
      height: 50px;
      margin: 0 10px;
      border: 2px solid #cf0a2c;
    }
  
    .container6 .mail input::placeholder{
      font-size: 18px;
    }
  
    .container6 .mail button{
      font-size: 22px;
      padding: 8px;
      background-color: #cf0a2c;
      color: #fff;
      border: none;
      cursor: pointer;
    }
  
    .container6 .main{
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0;
    }
  
    .container6 .main li a::after{
      content: '';
      position: absolute;
      height: 3px;
      width: 0;
      background-color: #fff;
      left: 0;
      bottom: -2px;
      border-radius: 50px;
      transition: 0.5s all;
    }
  
    .container6 .main li a:hover::after{
      width: 100%;
    }
  
    .container6 .main li{
      list-style: none;
      position: relative;
      margin: 0 15px;
    }
  
    .container6 .main li a{
      color: #fff;
      text-decoration: none;
      font-size: 20px;
    }
  
    .container6 .rights{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  
    .container6 .social{
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .container6 .social a{
      color: #fff;
      display: block;
      text-align: center;
      font-size: 24px;
      width: 45px;
      height: 45px;
      border: 1px solid white;
      border-radius: 50%;
      padding-top: 1%;
      margin: 15px;
      transition: 0.5s all;
    }
  
    .container6 .social a:hover{
      background-color: #fff;
      color: black;
    }
  
    .container6 hr{
      width: 95%;
    }
  
    @media(max-width:850px){
      .container-fluid .navbar{
        display: none;
      }
      .container-fluid hr{
        display: none;
      }
      .container-fluid .navigation .logo img{
        width: 40%;
      }
      .container-fluid .navigation{
        margin: 0 10px;
      }
      .container-fluid .menu{
        display: block;
      }
      .container-fluid .menu i{
        color: #fff;
        font-size: 24px;
      }
      .container-fluid .search-bar .search{
        display: none;
      }
      .container-fluid .navigation{
        padding: 10px;
      }
      .container-fluid .navigation .bar{
        display: block;
      }
      .container6 .mail{
        flex-direction: column;
        width: 400px;
      }
      .container6 .mail button{
        width: 400px;
        margin-top: 10px;
      } 
      .container4 .product-catagory{
          flex-direction: column;
      }
      .container4 .build{
          width: 70%;
      }
      .container4 .build .overlay{
          justify-content: center;
          align-items: center;
          margin-left: 0;
      }
    }
    
    @media(max-width:500px){
      .container-fluid .navigation .bar i{
        font-size: 22px;
      }
      .container-fluid .navigation .logo img{
        width: 50%;
      }
      .container6 .stay{
        font-size: 30px;
      }
      .container6 .date{
        font-size: 18px;
        width: 80%;
        margin: 0px;
        margin-bottom: 10px;
      }
      .container6 .mail{
        width: 300px;
      }
  
      .container6 .mail button{
        width: 300px;
      }
      .container6 .rights p{
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
      }
      .container6 .main li{
        margin: 0 10px;
      }
      .container6 .main li a{
        font-size: 16px;
        padding: 0 5px;
      }
      .container4 .build{
          width: 100%;
        } 
        .container4 h2{
          font-size: 30px;
        }
    }
  
    @media(max-width:970px){
      .container .product-img{
          padding: 0 1%;
      }
      .container .product-content{
          padding: 0 20px;
      }
    }
  
    @media(max-width:870px){
      .container .main-container{
          flex-direction: column;
      }
      .container .product-content{
          width: 80%;
          padding: 20px 0;
      }
    }
  
    @media(max-width:470px){
      .container .product-img{
          width: 90%;
      }
      .container .product-content .product-name{
          font-size: 37px;
      }
    }
  
    @media(max-width:750px){
      .container .supplement-facts{
          width: 100%;
      }
    }